[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 U_BDL() (INTEGER)

 Function
  Get the total number of bytes downloaded by the current user.

 Syntax
  U_BDL()   No arguments are required

 Return Type & Value
  INTEGER
  Returns the current users total bytes downloaded.

 Remarks
  This function will return information that can be useful in modifying
  PCBoard's built in ratio management system and the view user
  information command.  Of course, it is not limited to that; anywhere you
  need to know how many bytes the current user has downloaded, this
  function will provide that information.  Unlike the predefined U_... user
  variables, this function does not require the use of GETUSER to return
  valid information.

 Examples
  PRINTLN "You have ULed ",U_BUL()," bytes and DLed ",U_BDL()," bytes."

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson